projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62a84ee
)
* src/keyboard.c (syms_of_keyboard): Fix build without input polling.
author
Po Lu
<luangruo@yahoo.com>
Fri, 21 Jan 2022 13:48:57 +0000
(21:48 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Fri, 21 Jan 2022 13:50:06 +0000
(21:50 +0800)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 6f1614a7dfbe9d8061f1593dd9e092a66a62778a..d2919ed9f66fc75f2e1e710b91d17d744a855b3e 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-12082,8
+12082,10
@@
syms_of_keyboard (void)
help_form_saved_window_configs = Qnil;
staticpro (&help_form_saved_window_configs);
+#ifdef POLL_FOR_INPUT
poll_timer_time = Qnil;
staticpro (&poll_timer_time);
+#endif
defsubr (&Scurrent_idle_time);
defsubr (&Sevent_symbol_parse_modifiers);